• frmBusFeePayment_Staff.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBusFeePayment_Staff
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBusFeePayment_Staff))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
29         Me.txtBalance = New System.Windows.Forms.TextBox()
30         Me.Label21 = New System.Windows.Forms.Label()
31         Me.txtTotalPaid = New System.Windows.Forms.TextBox()
32         Me.Label20 = New System.Windows.Forms.Label()
33         Me.txtPaymentModeDetails = New System.Windows.Forms.TextBox()
34         Me.Label19 = New System.Windows.Forms.Label()
35         Me.cmbPaymentMode = New System.Windows.Forms.ComboBox()
36         Me.Label18 = New System.Windows.Forms.Label()
37         Me.dtpPaymentDate = New System.Windows.Forms.DateTimePicker()
38         Me.Label17 = New System.Windows.Forms.Label()
39         Me.txtFine = New System.Windows.Forms.TextBox()
40         Me.Label16 = New System.Windows.Forms.Label()
41         Me.txtPreviousDue = New System.Windows.Forms.TextBox()
42         Me.txtDiscount = New System.Windows.Forms.TextBox()
43         Me.Label14 = New System.Windows.Forms.Label()
44         Me.txtDiscountPer = New System.Windows.Forms.TextBox()
45         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
46         Me.Label11 = New System.Windows.Forms.Label()
47         Me.Label12 = New System.Windows.Forms.Label()
48         Me.Label13 = New System.Windows.Forms.Label()
49         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
50         Me.Label9 = New System.Windows.Forms.Label()
51         Me.txtBusFee = New System.Windows.Forms.TextBox()
52         Me.btnGetFeeList = New System.Windows.Forms.Button()
53         Me.cmbInstallment = New System.Windows.Forms.ComboBox()
54         Me.Label15 = New System.Windows.Forms.Label()
55         Me.groupBox1 = New System.Windows.Forms.GroupBox()
56         Me.cmbSession = New System.Windows.Forms.ComboBox()
57         Me.Label2 = New System.Windows.Forms.Label()
58         Me.txtDesignation = New System.Windows.Forms.TextBox()
59         Me.Button2 = New System.Windows.Forms.Button()
60         Me.Label5 = New System.Windows.Forms.Label()
61         Me.txtLocation = New System.Windows.Forms.TextBox()
62         Me.Label8 = New System.Windows.Forms.Label()
63         Me.txtStaffID = New System.Windows.Forms.TextBox()
64         Me.txtStaffName = New System.Windows.Forms.TextBox()
65         Me.Label3 = New System.Windows.Forms.Label()
66         Me.Label6 = New System.Windows.Forms.Label()
67         Me.Panel2 = New System.Windows.Forms.Panel()
68         Me.txtSt_ID = New System.Windows.Forms.TextBox()
69         Me.txtBusHolderID = New System.Windows.Forms.TextBox()
70         Me.txtID = New System.Windows.Forms.TextBox()
71         Me.txtFeePaymentID = New System.Windows.Forms.TextBox()
72         Me.lblUser = New System.Windows.Forms.Label()
73         Me.txtBFPId = New System.Windows.Forms.TextBox()
74         Me.Label1 = New System.Windows.Forms.Label()
75         Me.Panel3 = New System.Windows.Forms.Panel()
76         Me.btnPrint = New System.Windows.Forms.Button()
77         Me.btnClose = New System.Windows.Forms.Button()
78         Me.btnGetData = New System.Windows.Forms.Button()
79         Me.btnDelete = New System.Windows.Forms.Button()
80         Me.btnUpdate = New System.Windows.Forms.Button()
81         Me.btnSave = New System.Windows.Forms.Button()
82         Me.btnNew = New System.Windows.Forms.Button()
83         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
84         Me.Panel1.SuspendLayout()
85         Me.GroupBox3.SuspendLayout()
86         Me.GroupBox2.SuspendLayout()
87         Me.groupBox1.SuspendLayout()
88         Me.Panel2.SuspendLayout()
89         Me.Panel3.SuspendLayout()
90         Me.SuspendLayout()
91         
'
92         
'Panel1
93         
'
94         Me.Panel1.BackColor = System.Drawing.Color.White
95         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
96         Me.Panel1.Controls.Add(Me.GroupBox3)
97         Me.Panel1.Controls.Add(Me.GroupBox2)
98         Me.Panel1.Controls.Add(Me.groupBox1)
99         Me.Panel1.Controls.Add(Me.Panel2)
100         Me.Panel1.Controls.Add(Me.Panel3)
101         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
102         Me.Panel1.Name =
"Panel1"
103         Me.Panel1.Size = New System.Drawing.Size(
640, 649)
104         Me.Panel1.TabIndex =
2
105         
'
106         
'GroupBox3
107         
'
108         Me.GroupBox3.BackColor = System.Drawing.Color.Transparent
109         Me.GroupBox3.Controls.Add(Me.txtBalance)
110         Me.GroupBox3.Controls.Add(Me.Label21)
111         Me.GroupBox3.Controls.Add(Me.txtTotalPaid)
112         Me.GroupBox3.Controls.Add(Me.Label20)
113         Me.GroupBox3.Controls.Add(Me.txtPaymentModeDetails)
114         Me.GroupBox3.Controls.Add(Me.Label19)
115         Me.GroupBox3.Controls.Add(Me.cmbPaymentMode)
116         Me.GroupBox3.Controls.Add(Me.Label18)
117         Me.GroupBox3.Controls.Add(Me.dtpPaymentDate)
118         Me.GroupBox3.Controls.Add(Me.Label17)
119         Me.GroupBox3.Controls.Add(Me.txtFine)
120         Me.GroupBox3.Controls.Add(Me.Label16)
121         Me.GroupBox3.Controls.Add(Me.txtPreviousDue)
122         Me.GroupBox3.Controls.Add(Me.txtDiscount)
123         Me.GroupBox3.Controls.Add(Me.Label14)
124         Me.GroupBox3.Controls.Add(Me.txtDiscountPer)
125         Me.GroupBox3.Controls.Add(Me.txtGrandTotal)
126         Me.GroupBox3.Controls.Add(Me.Label11)
127         Me.GroupBox3.Controls.Add(Me.Label12)
128         Me.GroupBox3.Controls.Add(Me.Label13)
129         Me.GroupBox3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
130         Me.GroupBox3.ForeColor = System.Drawing.Color.Black
131         Me.GroupBox3.Location = New System.Drawing.Point(
9, 346)
132         Me.GroupBox3.Name =
"GroupBox3"
133         Me.GroupBox3.Size = New System.Drawing.Size(
450, 291)
134         Me.GroupBox3.TabIndex =
2
135         Me.GroupBox3.TabStop = False
136         Me.GroupBox3.Text =
"Payment Info"
137         
'
138         
'txtBalance
139         
'
140         Me.txtBalance.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
141         Me.txtBalance.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
142         Me.txtBalance.Location = New System.Drawing.Point(
166, 256)
143         Me.txtBalance.Name =
"txtBalance"
144         Me.txtBalance.ReadOnly = True
145         Me.txtBalance.Size = New System.Drawing.Size(
135, 21)
146         Me.txtBalance.TabIndex =
9
147         Me.txtBalance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
148         
'
149         
'Label21
150         
'
151         Me.Label21.AutoSize = True
152         Me.Label21.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
153         Me.Label21.Location = New System.Drawing.Point(
20, 256)
154         Me.Label21.Name =
"Label21"
155         Me.Label21.Size = New System.Drawing.Size(
58, 15)
156         Me.Label21.TabIndex =
131
157         Me.Label21.Text =
"Balance :"
158         
'
159         
'txtTotalPaid
160         
'
161         Me.txtTotalPaid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
162         Me.txtTotalPaid.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163         Me.txtTotalPaid.Location = New System.Drawing.Point(
166, 229)
164         Me.txtTotalPaid.Name =
"txtTotalPaid"
165         Me.txtTotalPaid.Size = New System.Drawing.Size(
135, 21)
166         Me.txtTotalPaid.TabIndex =
8
167         Me.txtTotalPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
168         
'
169         
'Label20
170         
'
171         Me.Label20.AutoSize = True
172         Me.Label20.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
173         Me.Label20.Location = New System.Drawing.Point(
20, 229)
174         Me.Label20.Name =
"Label20"
175         Me.Label20.Size = New System.Drawing.Size(
68, 15)
176         Me.Label20.TabIndex =
129
177         Me.Label20.Text =
"Total Paid :"
178         
'
179         
'txtPaymentModeDetails
180         
'
181         Me.txtPaymentModeDetails.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
182         Me.txtPaymentModeDetails.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
183         Me.txtPaymentModeDetails.Location = New System.Drawing.Point(
166, 173)
184         Me.txtPaymentModeDetails.Name =
"txtPaymentModeDetails"
185         Me.txtPaymentModeDetails.Size = New System.Drawing.Size(
271, 21)
186         Me.txtPaymentModeDetails.TabIndex =
6
187         
'
188         
'Label19
189         
'
190         Me.Label19.AutoSize = True
191         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
192         Me.Label19.Location = New System.Drawing.Point(
20, 173)
193         Me.Label19.Name =
"Label19"
194         Me.Label19.Size = New System.Drawing.Size(
137, 15)
195         Me.Label19.TabIndex =
127
196         Me.Label19.Text =
"Payment Mode Details :"
197         
'
198         
'cmbPaymentMode
199         
'
200         Me.cmbPaymentMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
201         Me.cmbPaymentMode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.cmbPaymentMode.FormattingEnabled = True
203         Me.cmbPaymentMode.Items.AddRange(New Object() {
"By Cash", "By Cheque", "By DD"})
204         Me.cmbPaymentMode.Location = New System.Drawing.Point(
166, 143)
205         Me.cmbPaymentMode.Name =
"cmbPaymentMode"
206         Me.cmbPaymentMode.Size = New System.Drawing.Size(
135, 23)
207         Me.cmbPaymentMode.TabIndex =
5
208         
'
209         
'Label18
210         
'
211         Me.Label18.AutoSize = True
212         Me.Label18.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
213         Me.Label18.Location = New System.Drawing.Point(
20, 143)
214         Me.Label18.Name =
"Label18"
215         Me.Label18.Size = New System.Drawing.Size(
96, 15)
216         Me.Label18.TabIndex =
125
217         Me.Label18.Text =
"Payment Mode :"
218         
'
219         
'dtpPaymentDate
220         
'
221         Me.dtpPaymentDate.CustomFormat =
"dd/MMM/yyyy"
222         Me.dtpPaymentDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
223         Me.dtpPaymentDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
224         Me.dtpPaymentDate.Location = New System.Drawing.Point(
166, 116)
225         Me.dtpPaymentDate.Name =
"dtpPaymentDate"
226         Me.dtpPaymentDate.Size = New System.Drawing.Size(
135, 21)
227         Me.dtpPaymentDate.TabIndex =
4
228         
'
229         
'Label17
230         
'
231         Me.Label17.AutoSize = True
232         Me.Label17.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
233         Me.Label17.Location = New System.Drawing.Point(
20, 116)
234         Me.Label17.Name =
"Label17"
235         Me.Label17.Size = New System.Drawing.Size(
90, 15)
236         Me.Label17.TabIndex =
123
237         Me.Label17.Text =
"Payment Date :"
238         
'
239         
'txtFine
240         
'
241         Me.txtFine.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
242         Me.txtFine.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         Me.txtFine.Location = New System.Drawing.Point(
166, 89)
244         Me.txtFine.Name =
"txtFine"
245         Me.txtFine.Size = New System.Drawing.Size(
80, 21)
246         Me.txtFine.TabIndex =
3
247         Me.txtFine.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
248         
'
249         
'Label16
250         
'
251         Me.Label16.AutoSize = True
252         Me.Label16.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
253         Me.Label16.Location = New System.Drawing.Point(
20, 89)
254         Me.Label16.Name =
"Label16"
255         Me.Label16.Size = New System.Drawing.Size(
37, 15)
256         Me.Label16.TabIndex =
121
257         Me.Label16.Text =
"Fine :"
258         
'
259         
'txtPreviousDue
260         
'
261         Me.txtPreviousDue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
262         Me.txtPreviousDue.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
263         Me.txtPreviousDue.Location = New System.Drawing.Point(
166, 61)
264         Me.txtPreviousDue.Name =
"txtPreviousDue"
265         Me.txtPreviousDue.ReadOnly = True
266         Me.txtPreviousDue.Size = New System.Drawing.Size(
135, 21)
267         Me.txtPreviousDue.TabIndex =
2
268         Me.txtPreviousDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
269         
'
270         
'txtDiscount
271         
'
272         Me.txtDiscount.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
273         Me.txtDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
274         Me.txtDiscount.Location = New System.Drawing.Point(
263, 33)
275         Me.txtDiscount.Name =
"txtDiscount"
276         Me.txtDiscount.ReadOnly = True
277         Me.txtDiscount.Size = New System.Drawing.Size(
92, 21)
278         Me.txtDiscount.TabIndex =
1
279         Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
280         
'
281         
'Label14
282         
'
283         Me.Label14.AutoSize = True
284         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
285         Me.Label14.Location = New System.Drawing.Point(
239, 36)
286         Me.Label14.Name =
"Label14"
287         Me.Label14.Size = New System.Drawing.Size(
18, 15)
288         Me.Label14.TabIndex =
118
289         Me.Label14.Text =
"%"
290         
'
291         
'txtDiscountPer
292         
'
293         Me.txtDiscountPer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
294         Me.txtDiscountPer.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
295         Me.txtDiscountPer.Location = New System.Drawing.Point(
166, 33)
296         Me.txtDiscountPer.Name =
"txtDiscountPer"
297         Me.txtDiscountPer.ReadOnly = True
298         Me.txtDiscountPer.Size = New System.Drawing.Size(
64, 21)
299         Me.txtDiscountPer.TabIndex =
0
300         Me.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
301         
'
302         
'txtGrandTotal
303         
'
304         Me.txtGrandTotal.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
305         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
306         Me.txtGrandTotal.Location = New System.Drawing.Point(
166, 202)
307         Me.txtGrandTotal.Name =
"txtGrandTotal"
308         Me.txtGrandTotal.ReadOnly = True
309         Me.txtGrandTotal.Size = New System.Drawing.Size(
135, 21)
310         Me.txtGrandTotal.TabIndex =
7
311         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
312         
'
313         
'Label11
314         
'
315         Me.Label11.AutoSize = True
316         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
317         Me.Label11.Location = New System.Drawing.Point(
20, 202)
318         Me.Label11.Name =
"Label11"
319         Me.Label11.Size = New System.Drawing.Size(
77, 15)
320         Me.Label11.TabIndex =
8
321         Me.Label11.Text =
"Grand Total :"
322         
'
323         
'Label12
324         
'
325         Me.Label12.AutoSize = True
326         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
327         Me.Label12.Location = New System.Drawing.Point(
20, 61)
328         Me.Label12.Name =
"Label12"
329         Me.Label12.Size = New System.Drawing.Size(
86, 15)
330         Me.Label12.TabIndex =
114
331         Me.Label12.Text =
"Previous Due :"
332         
'
333         
'Label13
334         
'
335         Me.Label13.AutoSize = True
336         Me.Label13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
337         Me.Label13.Location = New System.Drawing.Point(
20, 33)
338         Me.Label13.Name =
"Label13"
339         Me.Label13.Size = New System.Drawing.Size(
61, 15)
340         Me.Label13.TabIndex =
6
341         Me.Label13.Text =
"Discount :"
342         
'
343         
'GroupBox2
344         
'
345         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
346         Me.GroupBox2.Controls.Add(Me.Label9)
347         Me.GroupBox2.Controls.Add(Me.txtBusFee)
348         Me.GroupBox2.Controls.Add(Me.btnGetFeeList)
349         Me.GroupBox2.Controls.Add(Me.cmbInstallment)
350         Me.GroupBox2.Controls.Add(Me.Label15)
351         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
352         Me.GroupBox2.ForeColor = System.Drawing.Color.Black
353         Me.GroupBox2.Location = New System.Drawing.Point(
9, 251)
354         Me.GroupBox2.Name =
"GroupBox2"
355         Me.GroupBox2.Size = New System.Drawing.Size(
373, 94)
356         Me.GroupBox2.TabIndex =
1
357         Me.GroupBox2.TabStop = False
358         Me.GroupBox2.Text =
"Fee Info"
359         
'
360         
'Label9
361         
'
362         Me.Label9.AutoSize = True
363         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
364         Me.Label9.Location = New System.Drawing.Point(
23, 60)
365         Me.Label9.Name =
"Label9"
366         Me.Label9.Size = New System.Drawing.Size(
58, 15)
367         Me.Label9.TabIndex =
8
368         Me.Label9.Text =
"Bus Fee :"
369         
'
370         
'txtBusFee
371         
'
372         Me.txtBusFee.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
373         Me.txtBusFee.Location = New System.Drawing.Point(
139, 61)
374         Me.txtBusFee.Name =
"txtBusFee"
375         Me.txtBusFee.ReadOnly = True
376         Me.txtBusFee.Size = New System.Drawing.Size(
91, 21)
377         Me.txtBusFee.TabIndex =
7
378         Me.txtBusFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
379         
'
380         
'btnGetFeeList
381         
'
382         Me.btnGetFeeList.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
383         Me.btnGetFeeList.ForeColor = System.Drawing.Color.Black
384         Me.btnGetFeeList.Location = New System.Drawing.Point(
230, 32)
385         Me.btnGetFeeList.Name =
"btnGetFeeList"
386         Me.btnGetFeeList.Size = New System.Drawing.Size(
83, 23)
387         Me.btnGetFeeList.TabIndex =
1
388         Me.btnGetFeeList.Text =
"Get Fee Info"
389         Me.btnGetFeeList.UseVisualStyleBackColor = True
390         
'
391         
'cmbInstallment
392         
'
393         Me.cmbInstallment.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
394         Me.cmbInstallment.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
395         Me.cmbInstallment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
396         Me.cmbInstallment.FormattingEnabled = True
397         Me.cmbInstallment.Items.AddRange(New Object() {
"1st", "2nd"})
398         Me.cmbInstallment.Location = New System.Drawing.Point(
139, 32)
399         Me.cmbInstallment.Name =
"cmbInstallment"
400         Me.cmbInstallment.Size = New System.Drawing.Size(
85, 23)
401         Me.cmbInstallment.TabIndex =
0
402         
'
403         
'Label15
404         
'
405         Me.Label15.AutoSize = True
406         Me.Label15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
407         Me.Label15.Location = New System.Drawing.Point(
23, 32)
408         Me.Label15.Name =
"Label15"
409         Me.Label15.Size = New System.Drawing.Size(
73, 15)
410         Me.Label15.TabIndex =
6
411         Me.Label15.Text =
"Installment :"
412         
'
413         
'groupBox1
414         
'
415         Me.groupBox1.BackColor = System.Drawing.Color.Transparent
416         Me.groupBox1.Controls.Add(Me.cmbSession)
417         Me.groupBox1.Controls.Add(Me.Label2)
418         Me.groupBox1.Controls.Add(Me.txtDesignation)
419         Me.groupBox1.Controls.Add(Me.Button2)
420         Me.groupBox1.Controls.Add(Me.Label5)
421         Me.groupBox1.Controls.Add(Me.txtLocation)
422         Me.groupBox1.Controls.Add(Me.Label8)
423         Me.groupBox1.Controls.Add(Me.txtStaffID)
424         Me.groupBox1.Controls.Add(Me.txtStaffName)
425         Me.groupBox1.Controls.Add(Me.Label3)
426         Me.groupBox1.Controls.Add(Me.Label6)
427         Me.groupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
428         Me.groupBox1.ForeColor = System.Drawing.Color.Black
429         Me.groupBox1.Location = New System.Drawing.Point(
9, 75)
430         Me.groupBox1.Name =
"groupBox1"
431         Me.groupBox1.Size = New System.Drawing.Size(
492, 169)
432         Me.groupBox1.TabIndex =
0
433         Me.groupBox1.TabStop = False
434         Me.groupBox1.Text =
"Bus Holder Info"
435         
'
436         
'cmbSession
437         
'
438         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
439         Me.cmbSession.FormattingEnabled = True
440         Me.cmbSession.Location = New System.Drawing.Point(
139, 138)
441         Me.cmbSession.Name =
"cmbSession"
442         Me.cmbSession.Size = New System.Drawing.Size(
136, 23)
443         Me.cmbSession.TabIndex =
4
444         
'
445         
'Label2
446         
'
447         Me.Label2.AutoSize = True
448         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
449         Me.Label2.Location = New System.Drawing.Point(
23, 138)
450         Me.Label2.Name =
"Label2"
451         Me.Label2.Size = New System.Drawing.Size(
57, 15)
452         Me.Label2.TabIndex =
111
453         Me.Label2.Text =
"Session :"
454         
'
455         
'txtDesignation
456         
'
457         Me.txtDesignation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
458         Me.txtDesignation.Location = New System.Drawing.Point(
139, 86)
459         Me.txtDesignation.Name =
"txtDesignation"
460         Me.txtDesignation.ReadOnly = True
461         Me.txtDesignation.Size = New System.Drawing.Size(
142, 21)
462         Me.txtDesignation.TabIndex =
2
463         
'
464         
'Button2
465         
'
466         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
467         Me.Button2.ForeColor = System.Drawing.Color.Black
468         Me.Button2.Location = New System.Drawing.Point(
287, 27)
469         Me.Button2.Name =
"Button2"
470         Me.Button2.Size = New System.Drawing.Size(
35, 21)
471         Me.Button2.TabIndex =
5
472         Me.Button2.Text =
"..."
473         Me.Button2.UseVisualStyleBackColor = True
474         
'
475         
'Label5
476         
'
477         Me.Label5.AutoSize = True
478         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
479         Me.Label5.Location = New System.Drawing.Point(
23, 86)
480         Me.Label5.Name =
"Label5"
481         Me.Label5.Size = New System.Drawing.Size(
79, 15)
482         Me.Label5.TabIndex =
110
483         Me.Label5.Text =
"Designation :"
484         
'
485         
'txtLocation
486         
'
487         Me.txtLocation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
488         Me.txtLocation.Location = New System.Drawing.Point(
139, 113)
489         Me.txtLocation.Name =
"txtLocation"
490         Me.txtLocation.ReadOnly = True
491         Me.txtLocation.Size = New System.Drawing.Size(
246, 21)
492         Me.txtLocation.TabIndex =
3
493         
'
494         
'Label8
495         
'
496         Me.Label8.AutoSize = True
497         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
498         Me.Label8.Location = New System.Drawing.Point(
23, 113)
499         Me.Label8.Name =
"Label8"
500         Me.Label8.Size = New System.Drawing.Size(
60, 15)
501         Me.Label8.TabIndex =
17
502         Me.Label8.Text =
"Location :"
503         
'
504         
'txtStaffID
505         
'
506         Me.txtStaffID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
507         Me.txtStaffID.Location = New System.Drawing.Point(
139, 27)
508         Me.txtStaffID.Name =
"txtStaffID"
509         Me.txtStaffID.ReadOnly = True
510         Me.txtStaffID.Size = New System.Drawing.Size(
142, 21)
511         Me.txtStaffID.TabIndex =
0
512         
'
513         
'txtStaffName
514         
'
515         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
516         Me.txtStaffName.Location = New System.Drawing.Point(
139, 54)
517         Me.txtStaffName.Multiline = True
518         Me.txtStaffName.Name =
"txtStaffName"
519         Me.txtStaffName.ReadOnly = True
520         Me.txtStaffName.Size = New System.Drawing.Size(
338, 24)
521         Me.txtStaffName.TabIndex =
1
522         
'
523         
'Label3
524         
'
525         Me.Label3.AutoSize = True
526         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
527         Me.Label3.Location = New System.Drawing.Point(
23, 27)
528         Me.Label3.Name =
"Label3"
529         Me.Label3.Size = New System.Drawing.Size(
52, 15)
530         Me.Label3.TabIndex =
6
531         Me.Label3.Text =
"Staff ID :"
532         
'
533         
'Label6
534         
'
535         Me.Label6.AutoSize = True
536         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
537         Me.Label6.Location = New System.Drawing.Point(
23, 54)
538         Me.Label6.Name =
"Label6"
539         Me.Label6.Size = New System.Drawing.Size(
74, 15)
540         Me.Label6.TabIndex =
1
541         Me.Label6.Text =
"Staff Name :"
542         
'
543         
'Panel2
544         
'
545         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
546         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
547         Me.Panel2.Controls.Add(Me.txtSt_ID)
548         Me.Panel2.Controls.Add(Me.txtBusHolderID)
549         Me.Panel2.Controls.Add(Me.txtID)
550         Me.Panel2.Controls.Add(Me.txtFeePaymentID)
551         Me.Panel2.Controls.Add(Me.lblUser)
552         Me.Panel2.Controls.Add(Me.txtBFPId)
553         Me.Panel2.Controls.Add(Me.Label1)
554         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
555         Me.Panel2.Name =
"Panel2"
556         Me.Panel2.Size = New System.Drawing.Size(
618, 62)
557         Me.Panel2.TabIndex =
0
558         
'
559         
'txtSt_ID
560         
'
561         Me.txtSt_ID.Location = New System.Drawing.Point(
110, 39)
562         Me.txtSt_ID.Name =
"txtSt_ID"
563         Me.txtSt_ID.Size = New System.Drawing.Size(
81, 20)
564         Me.txtSt_ID.TabIndex =
330
565         Me.txtSt_ID.Visible = False
566         
'
567         
'txtBusHolderID
568         
'
569         Me.txtBusHolderID.Location = New System.Drawing.Point(
25, 20)
570         Me.txtBusHolderID.Name =
"txtBusHolderID"
571         Me.txtBusHolderID.Size = New System.Drawing.Size(
81, 20)
572         Me.txtBusHolderID.TabIndex =
328
573         Me.txtBusHolderID.Visible = False
574         
'
575         
'txtID
576         
'
577         Me.txtID.Location = New System.Drawing.Point(
23, 39)
578         Me.txtID.Name =
"txtID"
579         Me.txtID.Size = New System.Drawing.Size(
81, 20)
580         Me.txtID.TabIndex =
328
581         Me.txtID.Visible = False
582         
'
583         
'txtFeePaymentID
584         
'
585         Me.txtFeePaymentID.Location = New System.Drawing.Point(
110, 20)
586         Me.txtFeePaymentID.Name =
"txtFeePaymentID"
587         Me.txtFeePaymentID.Size = New System.Drawing.Size(
81, 20)
588         Me.txtFeePaymentID.TabIndex =
45
589         Me.txtFeePaymentID.Visible = False
590         
'
591         
'lblUser
592         
'
593         Me.lblUser.AutoSize = True
594         Me.lblUser.Location = New System.Drawing.Point(
113, 4)
595         Me.lblUser.Name =
"lblUser"
596         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
597         Me.lblUser.TabIndex =
43
598         Me.lblUser.Text =
"Label8"
599         Me.lblUser.Visible = False
600         
'
601         
'txtBFPId
602         
'
603         Me.txtBFPId.Location = New System.Drawing.Point(
23, 20)
604         Me.txtBFPId.Name =
"txtBFPId"
605         Me.txtBFPId.Size = New System.Drawing.Size(
81, 20)
606         Me.txtBFPId.TabIndex =
44
607         Me.txtBFPId.Visible = False
608         
'
609         
'Label1
610         
'
611         Me.Label1.AutoSize = True
612         Me.Label1.BackColor = System.Drawing.Color.Transparent
613         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
614         Me.Label1.ForeColor = System.Drawing.Color.White
615         Me.Label1.Location = New System.Drawing.Point(
211, 20)
616         Me.Label1.Name =
"Label1"
617         Me.Label1.Size = New System.Drawing.Size(
174, 24)
618         Me.Label1.TabIndex =
0
619         Me.Label1.Text =
"Bus Fee Payment"
620         
'
621         
'Panel3
622         
'
623         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
624         Me.Panel3.Controls.Add(Me.btnPrint)
625         Me.Panel3.Controls.Add(Me.btnClose)
626         Me.Panel3.Controls.Add(Me.btnGetData)
627         Me.Panel3.Controls.Add(Me.btnDelete)
628         Me.Panel3.Controls.Add(Me.btnUpdate)
629         Me.Panel3.Controls.Add(Me.btnSave)
630         Me.Panel3.Controls.Add(Me.btnNew)
631         Me.Panel3.Location = New System.Drawing.Point(
516, 82)
632         Me.Panel3.Name =
"Panel3"
633         Me.Panel3.Size = New System.Drawing.Size(
111, 235)
634         Me.Panel3.TabIndex =
41
635         
'
636         
'btnPrint
637         
'
638         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
639         Me.btnPrint.Enabled = False
640         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
641         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
642         Me.btnPrint.Location = New System.Drawing.Point(
13, 165)
643         Me.btnPrint.Name =
"btnPrint"
644         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
645         Me.btnPrint.TabIndex =
45
646         Me.btnPrint.Text =
"Print"
647         Me.btnPrint.UseVisualStyleBackColor = True
648         
'
649         
'btnClose
650         
'
651         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
652         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
653         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
654         Me.btnClose.Location = New System.Drawing.Point(
13, 197)
655         Me.btnClose.Name =
"btnClose"
656         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
657         Me.btnClose.TabIndex =
4
658         Me.btnClose.Text =
"Close"
659         Me.btnClose.UseVisualStyleBackColor = True
660         
'
661         
'btnGetData
662         
'
663         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
664         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
665         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
666         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
667         Me.btnGetData.Name =
"btnGetData"
668         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
669         Me.btnGetData.TabIndex =
5
670         Me.btnGetData.Text =
"Get Data"
671         Me.btnGetData.UseVisualStyleBackColor = True
672         
'
673         
'btnDelete
674         
'
675         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
676         Me.btnDelete.Enabled = False
677         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
678         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
679         Me.btnDelete.Location = New System.Drawing.Point(
13, 101)
680         Me.btnDelete.Name =
"btnDelete"
681         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
682         Me.btnDelete.TabIndex =
3
683         Me.btnDelete.Text =
"Delete"
684         Me.btnDelete.UseVisualStyleBackColor = True
685         
'
686         
'btnUpdate
687         
'
688         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
689         Me.btnUpdate.Enabled = False
690         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
691         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
692         Me.btnUpdate.Location = New System.Drawing.Point(
13, 69)
693         Me.btnUpdate.Name =
"btnUpdate"
694         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
695         Me.btnUpdate.TabIndex =
2
696         Me.btnUpdate.Text =
"Update"
697         Me.btnUpdate.UseVisualStyleBackColor = True
698         
'
699         
'btnSave
700         
'
701         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
702         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
703         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
704         Me.btnSave.Location = New System.Drawing.Point(
13, 38)
705         Me.btnSave.Name =
"btnSave"
706         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
707         Me.btnSave.TabIndex =
1
708         Me.btnSave.Text =
"Save + Print"
709         Me.btnSave.UseVisualStyleBackColor = True
710         
'
711         
'btnNew
712         
'
713         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
714         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
715         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
716         Me.btnNew.Location = New System.Drawing.Point(
13, 7)
717         Me.btnNew.Name =
"btnNew"
718         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
719         Me.btnNew.TabIndex =
0
720         Me.btnNew.Text =
"New"
721         Me.btnNew.UseVisualStyleBackColor = True
722         
'
723         
'Timer1
724         
'
725         
'
726         
'frmBusFeePayment_Staff
727         
'
728         Me.AcceptButton = Me.btnSave
729         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
730         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
731         Me.BackColor = System.Drawing.Color.DarkSlateGray
732         Me.ClientSize = New System.Drawing.Size(
663, 676)
733         Me.Controls.Add(Me.Panel1)
734         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
735         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
736         Me.MaximizeBox = False
737         Me.MinimizeBox = False
738         Me.Name =
"frmBusFeePayment_Staff"
739         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
740         Me.Panel1.ResumeLayout(False)
741         Me.GroupBox3.ResumeLayout(False)
742         Me.GroupBox3.PerformLayout()
743         Me.GroupBox2.ResumeLayout(False)
744         Me.GroupBox2.PerformLayout()
745         Me.groupBox1.ResumeLayout(False)
746         Me.groupBox1.PerformLayout()
747         Me.Panel2.ResumeLayout(False)
748         Me.Panel2.PerformLayout()
749         Me.Panel3.ResumeLayout(False)
750         Me.ResumeLayout(False)
751
752     End Sub
753     Friend WithEvents Panel1 As System.Windows.Forms.Panel
754     Friend WithEvents Panel2 As System.Windows.Forms.Panel
755     Friend WithEvents Label1 As System.Windows.Forms.Label
756     Friend WithEvents Panel3 As System.Windows.Forms.Panel
757     Friend WithEvents btnDelete As System.Windows.Forms.Button
758     Friend WithEvents btnClose As System.Windows.Forms.Button
759     Friend WithEvents btnUpdate As System.Windows.Forms.Button
760     Friend WithEvents btnSave As System.Windows.Forms.Button
761     Friend WithEvents btnNew As System.Windows.Forms.Button
762     Friend WithEvents txtBFPId As System.Windows.Forms.TextBox
763     Friend WithEvents lblUser As System.Windows.Forms.Label
764     Friend WithEvents txtFeePaymentID As System.Windows.Forms.TextBox
765     Friend WithEvents btnGetData As System.Windows.Forms.Button
766     Public WithEvents groupBox1 As System.Windows.Forms.GroupBox
767     Public WithEvents txtDesignation As System.Windows.Forms.TextBox
768     Friend WithEvents Button2 As System.Windows.Forms.Button
769     Private WithEvents Label5 As System.Windows.Forms.Label
770     Public WithEvents txtLocation As System.Windows.Forms.TextBox
771     Private WithEvents Label8 As System.Windows.Forms.Label
772     Friend WithEvents txtStaffID As System.Windows.Forms.TextBox
773     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
774     Private WithEvents Label3 As System.Windows.Forms.Label
775     Private WithEvents Label6 As System.Windows.Forms.Label
776     Public WithEvents GroupBox2 As System.Windows.Forms.GroupBox
777     Friend WithEvents btnGetFeeList As System.Windows.Forms.Button
778     Friend WithEvents cmbInstallment As System.Windows.Forms.ComboBox
779     Private WithEvents Label15 As System.Windows.Forms.Label
780     Public WithEvents GroupBox3 As System.Windows.Forms.GroupBox
781     Public WithEvents txtBalance As System.Windows.Forms.TextBox
782     Private WithEvents Label21 As System.Windows.Forms.Label
783     Public WithEvents txtTotalPaid As System.Windows.Forms.TextBox
784     Private WithEvents Label20 As System.Windows.Forms.Label
785     Public WithEvents txtPaymentModeDetails As System.Windows.Forms.TextBox
786     Private WithEvents Label19 As System.Windows.Forms.Label
787     Friend WithEvents cmbPaymentMode As System.Windows.Forms.ComboBox
788     Private WithEvents Label18 As System.Windows.Forms.Label
789     Friend WithEvents dtpPaymentDate As System.Windows.Forms.DateTimePicker
790     Private WithEvents Label17 As System.Windows.Forms.Label
791     Public WithEvents txtFine As System.Windows.Forms.TextBox
792     Private WithEvents Label16 As System.Windows.Forms.Label
793     Public WithEvents txtPreviousDue As System.Windows.Forms.TextBox
794     Public WithEvents txtDiscount As System.Windows.Forms.TextBox
795     Private WithEvents Label14 As System.Windows.Forms.Label
796     Public WithEvents txtDiscountPer As System.Windows.Forms.TextBox
797     Public WithEvents txtGrandTotal As System.Windows.Forms.TextBox
798     Private WithEvents Label11 As System.Windows.Forms.Label
799     Private WithEvents Label12 As System.Windows.Forms.Label
800     Private WithEvents Label13 As System.Windows.Forms.Label
801     Friend WithEvents btnPrint As System.Windows.Forms.Button
802     Private WithEvents Label9 As System.Windows.Forms.Label
803     Public WithEvents txtBusFee As System.Windows.Forms.TextBox
804     Friend WithEvents txtID As System.Windows.Forms.TextBox
805     Friend WithEvents txtBusHolderID As System.Windows.Forms.TextBox
806     Friend WithEvents Timer1 As System.Windows.Forms.Timer
807     Private WithEvents Label2 As System.Windows.Forms.Label
808     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
809     Friend WithEvents txtSt_ID As System.Windows.Forms.TextBox
810
811 End Class


Gõ tìm kiếm nhanh...